You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > MulDiagLeft Method > Matrix.MulDiagLeft Method ([In] TVec, [In] TMtx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.MulDiagLeft Method ([In] TVec, [In] TMtx)

Multiply matrix with diagonal matrix from the left.

Syntax
C#
Visual Basic
public TMtx MulDiagLeft([In] TVec DiagMtx, [In] TMtx Mtx);

DiagMtx contains the values of the main diagional of the diagonal matrix. Other values of the DiagMtx matrix are assumed to be zero. DiagMtx.Length must be equal to Self.Cols. This operation is the same as calling TMtx.ScaleRows.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!